home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
FGL402D.ZIP
/
EXBAS.ARJ
/
TEMP
/
04-01.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1995-01-20
|
213 b
|
18 lines
REM $INCLUDE: 'fastgraf.bi'
DEFINT A-Z
Mode = FGgetmode
FGsetmode 3
MaxCol = FGgetmaxx
MaxRow = FGgetmaxy
FGsetmode Mode
FGreset
PRINT "Last col = "; MaxCol
PRINT "Last row = "; MaxRow
END